projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b356151
)
(vfork): Remove #define.
author
Paul Eggert
<eggert@twinsun.com>
Fri, 7 Dec 2001 05:54:13 +0000
(
05:54
+0000)
committer
Paul Eggert
<eggert@twinsun.com>
Fri, 7 Dec 2001 05:54:13 +0000
(
05:54
+0000)
src/s/freebsd.h
patch
|
blob
|
history
diff --git
a/src/s/freebsd.h
b/src/s/freebsd.h
index 5bb75cc227349605f1682f744ec1056d712d5ae1..b42930b7aa24d423962138b92fdc885f602e7bef 100644
(file)
--- a/
src/s/freebsd.h
+++ b/
src/s/freebsd.h
@@
-154,10
+154,6
@@
Boston, MA 02111-1307, USA. */
#define WRETCODE(w) (_W_INT(w) >> 8)
#endif
-/* Needed to avoid hanging when child process writes an error message
- and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */
-#define vfork fork
-
/* Don't close pty in process.c to make it as controlling terminal.
It is already a controlling terminal of subprocess, because we did
ioctl TIOCSCTTY. */